home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / shell / axsh_1_3_demo.lha / InstallDisk.lha / man / ax-server.man < prev    next >
Text File  |  1993-02-08  |  3KB  |  98 lines

  1.  
  2.  
  3. AX-server        System COMMANDS             26-Jan-1993
  4.  
  5.  
  6. NAME
  7.     ax-server - start a serial line server
  8.  
  9. SYNOPSIS
  10.     ax-server [-f<config-file>] [-x<xpos>] [-y<ypos>]
  11.  
  12. DESCRIPTION
  13.  
  14.     AX-server opens a little window and opens the specified serial
  15.     device, if possible. It monitors the device during the hours
  16.     it is supposed to take incoming calls and if it gets a carrier
  17.     detect it will start an AXsh process to serve that line.
  18.  
  19.     If you activate the small window and then press the menu button,
  20.     the window will expand and show two gadgets : Console and Terminal.
  21.     You can use the Console-button to launch new AXsh's on console
  22.     and the Terminal gadget will release the serial so that you can
  23.     use e.g. a terminal program. Remember to push the button again
  24.     after you are finished (or straight after you have launched the
  25.     terminal program).
  26.  
  27.     You can also select the excact position of the window with the
  28.     -x and -y options. Note that if you specify too big values, the
  29.     window will not fit in the screen and could not be opened. There
  30.     is no error message in this case, because the server is a self-
  31.     detaching program.
  32.  
  33. CONFIGURATION
  34.     Default configuration filename is AXsh:etc/rc.server. You can
  35.     use another filename with the option -f. e.g.
  36.  
  37.         ax-server -fAXsh:etc/rc.server2
  38.  
  39.     The name of the configuration file is shown in the window title
  40.     during the startup.
  41.  
  42.     See also axaux-handler.man if your modem doesn't have cts/rts-
  43.     handshaking.
  44.  
  45. ;AXsh server configuration file in amiga.pasbox.fi by Pasi Ojala
  46.  
  47. %bpslock:    /* lock the DTE speed (If present, %bps: has no effect) */
  48. 19200
  49. %bps:        /* Default baudrate (should be the highest possible) */
  50. 2400
  51.  
  52. %serverpri:    /* AX-server priority */
  53. 1
  54.  
  55. %starthour:    /* server starts to monitor calls (0 if 24h/day) */
  56. 21
  57. %stophour:    /* server goes to sleep (25 if 24h/day) */
  58. 06
  59.  
  60. %eventhour:    /* event time hours */
  61. 25
  62. %eventmins:    /* event time minutes */
  63. 0
  64. %eventnumber:    /* string we use for event-call */
  65. atX4E0dt000911
  66. %eventcommand:    /* command we execute after connection */
  67. AXsh:bin/net <axaux:serial.device/0/raw/ >axaux:serial.device/0/raw/
  68.  
  69. %newshell:    /* AXsh's serial startup command in AX-server *
  70. c:newshell >NIL: AXAUX:serial.device/0/shared from AXsh:etc/remote-startup
  71. %newcon:    /* console startup (can use con: too) */
  72. c:newshell >NIL: con:0/344/664/216/AXsh/CLOSE from AXsh:etc/local-startup
  73.  
  74. %modem-reset:    /* modem reset command, CR not needed */
  75. ATZ
  76.  
  77. %modem-aa:    /* modem autoanswer command */
  78. ATM0X4E0S0=1
  79.  
  80. %modem-noaa:    /* modem autoanswer off command (not used) */
  81. ATE1S0=0
  82.  
  83. %ringflash:     /* DisplayBeeb() on 0=never,1=sleeping,2=waiting,3=always */
  84. 0
  85.  
  86. %device:    /* Device to monitor */
  87. serial.device
  88. %unitnum:    /* Unit number on the device */
  89. 0
  90. %handshake:    /* handshake type, "cts/rts" or "none" */
  91. cts/rts
  92.  
  93.  
  94. SEE ALSO
  95.     AXshAdmManual
  96.  
  97.  
  98.